home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / sspell14.zip / STRING.H < prev    next >
C/C++ Source or Header  |  1992-07-06  |  134b  |  9 lines

  1. char *strtok();
  2. char *strstr();
  3. char *strchr();
  4. char *strrchr();
  5. void *memcpy();
  6. int memcmp();
  7. int stricmp();
  8. int strnicmp();
  9.